home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / bbs / termv4.6 / extras / source / term-source.lha / Strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-18  |  323 b   |  16 lines

  1. /*
  2. **    Strings.c
  3. **
  4. **    Declaration of builtin language strings
  5. **
  6. **    Copyright © 1990-1996 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10. #define CATCOMP_ARRAY
  11.  
  12. #include "Strings.h"
  13.  
  14. struct CatCompArrayType    *AppStrings    = &CatCompArray[0];
  15. WORD             NumAppStrings    = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
  16.